correct changelog
authorGert Wollny <gewo@debian.org>
Tue, 20 Jun 2017 22:14:09 +0000 (22:14 +0000)
committerGert Wollny <gewo@debian.org>
Tue, 20 Jun 2017 22:14:09 +0000 (22:14 +0000)
debian/changelog
debian/rules

index bf82a5b1f83e501827ca9c3c6ae09cc47644b175..2651ee3b38a3a6fd6ef4edf7427d761c8aa6f3de 100644 (file)
@@ -1,12 +1,8 @@
 dcmtk (3.6.1~20170228-1) unstable; urgency=medium
 
   * Upload to unstable Closes: #747167
-  * d/rules: - correct enabling private tags, Closes: #859201
-       - correctly enable ICONV, Closes: #701802
-       - enable C++11 build 
-  * d/control:  add libunistring-dev
-  * d/p/: Add localcharset-include.patch to corretly include 
-    localcharset.h
+  * d/rules: correctly enabling private tags, Closes: #859201
+  * d/rules: enable C++11 build
 
  -- Gert Wollny <gewo@debian.org>  Tue, 20 Jun 2017 18:58:39 +0000
 
index bc97d603fb5706da0addbcd058ee7964cb490a88..afa7c204af9ca941e8788e640cca7f0013332a31 100755 (executable)
@@ -40,7 +40,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
  -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk11 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF \
- -DCMTK_USE_CXX11_STL:BOOL=ON
+ -DDCMTK_USE_CXX11_STL:BOOL=ON
 
 
 override_dh_auto_configure: